bitkeeper revision 1.502.1.1 (3f8af360M4G828e2k2pnLVeN8iCu0g)
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Mon, 13 Oct 2003 18:48:00 +0000 (18:48 +0000)
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Mon, 13 Oct 2003 18:48:00 +0000 (18:48 +0000)
add bz2 support in xen-clone

BitKeeper/etc/ignore
tools/misc/xen-clone

index 56ae72ca3cfe8afb701eedbc99e3d57b91e8491a..4ada23afb01635458111d386db6eacf889bcf5da 100644 (file)
@@ -471,3 +471,4 @@ xen/arch/i386/nmi.o
 xen/drivers/net/dummy.o
 tools/misc/miniterm/miniterm
 tools/misc/xen_read_console
+extras/mini-os/h/hypervisor-ifs
index 6b9d7a4c225eda97a3bd0ce87eb09dd973a8cd2c..3fdd23d5db661e11a73d10eb70fb073aaa8b00cd 100755 (executable)
@@ -65,7 +65,7 @@ LINUX_VER=`/bin/ls -ld ${DEST_BK_REP}/xenolinux-sparse | sed -e 's!^.*xenolinux-
 # copy in the master Linux tree for this kernel
 if [ ! -d linux-${LINUX_VER} ]
 then
-tar -zxf ${LINUX_DIR}/linux-${LINUX_VER}.tar.gz || tar -zxf ${LINUX_DIR}/linux-${LINUX_VER}.tgz || cp -a ${LINUX_DIR}/linux-${LINUX_VER} . ||  wget ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${LINUX_VER}.tar.gz -O- | tar -zxf - || exit -1
+tar -jxf ${LINUX_DIR}/linux-${LINUX_VER}.tar.bz2 || tar -zxf ${LINUX_DIR}/linux-${LINUX_VER}.tar.gz || tar -zxf ${LINUX_DIR}/linux-${LINUX_VER}.tgz || cp -a ${LINUX_DIR}/linux-${LINUX_VER} . ||  wget ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${LINUX_VER}.tar.gz -O- | tar -zxf - || exit -1
 fi
 
 # build and install Xen and tools